Action

An action providing a response to the PrintCallback.

Constructors

Link copied to clipboard
constructor(consumer: Consumer<Response>)

Functions

Link copied to clipboard
open fun cancel()
Notifies the browser that the printing should be canceled.
Link copied to clipboard
Returns true if this action is closed.
Link copied to clipboard
open fun print()
Notifies the browser to proceed with the printing.
Link copied to clipboard
open fun showPrintPreview()
Notifies the browser to display the print preview dialog.